traverse tree
英 [trəˈvɜːs triː]
美 [trəˈvɜːrs triː]
网络 遍历树
双语例句
- First, produce key with RSA and construct a binary tree, then traverse the binary tree to produce new keys. And there must be a certain key to encrypt data with all the other encoding methods.
即先用RSA方法加密密钥矩阵,然后用二叉树的遍历产生的不同密钥数据矩阵对数据进行加密。 - Build and Traverse of Abstract Syntax Tree Based on Java Program
基于Java语言的抽象语法树的创建与遍历 - As we traverse the tree, changes are local to the current focal node, meaning all constant-time operations except for up.
遍历树时,更改是在当前关注节点的本地做出的,也就是说除了向上移动之外,所有操作都是常量时间的。 - In this way, carrying out repetitious simulation with different parameters values only need traverse widely the minimum solving tree of the altering parameters set and simultaneously calling corresponding solving blocks.
因此,对变动参数集的不同参数值进行重复仿真只需层次遍历最小求解树,再调用相应的求解块即可。 - This will traverse the tree ( in logarithmic time) and find the closest to the root node's summation of studio movies.
这个调用将(以对数时间)遍历树,查找最靠近树根节点的电影公司电影汇总。 - According to the complex topography, especially mountain area, this paper adopted the new traverse in a hydroelectric engineering, which avoid the tree to chop down and insure orientation to see good.
结合山岭重丘地区的一水电工程,根据其特殊的地形条件,采用了新型的导线布网形式,避免了树木的大量砍伐,确保通视良好; - The CPU cost to traverse each index tree, searching one page at each level, to find where the new entry must be stored ( index entries are always stored in key sequence);
遍历每个索引树,在树的每一层搜索一个页,以确定新条目必须存储在哪里(索引条目总是按键顺序存储的),这一过程所引起的CPU开销; - Imagine a scenario in which you want to traverse a directory tree recursively, stopping at each file and directory under that tree and having your own callback methods invoked for each entry found.
设想一个场景,您想要递归地访问一个目录树,在该树中的每个文件及目录上停下来,并为每个查找到的条目调用您自己的回调方法。 - This has many advantages but it can be laborious to programmatically traverse a tree to extract data from the XML document.
这个方法有许多优点,但是不利于以编程的方式遍历树来从XML文档中提取数据。 - Functions are defined which let you traverse the resulting tree any way you like, access element and attribute values, insert and delete nodes, and convert the tree back into XML.
定义的函数允许随意遍历结果树,访问元素和属性值,插入和删除节点,以及将树转换回XML。